home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / pokersuperstars.swf / scripts / DefineButton2_491 / BUTTONCONDACTION on(release).as
Text File  |  2006-01-17  |  558b  |  20 lines

  1. on(release){
  2.    mygame.updateBalance(0,50000);
  3.    botsDoAll = true;
  4.    debug = true;
  5.    trace(debug);
  6.    table.pBox1._visible = false;
  7.    table.pBox1.rank = mygame.finalrank[0];
  8.    mygame.finalrank.splice(0,1);
  9.    table.chipBox1.removeMovieClip();
  10.    table.pBox4._visible = false;
  11.    table.pBox4.rank = mygame.finalrank[0];
  12.    mygame.finalrank.splice(0,1);
  13.    table.chipBox4.removeMovieClip();
  14.    mygame.currentPlayers[1] = "e";
  15.    mygame.currentPlayers[4] = "e";
  16.    mygame.dealer = 0;
  17.    badbutton._visible = false;
  18.    bugger = "done";
  19. }
  20.